fix_build_on_x32
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Sun, 2 Jul 2017 23:07:11 +0000 (00:07 +0100)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sun, 2 Jul 2017 23:07:11 +0000 (00:07 +0100)
Gbp-Pq: Name fix_build_on_x32.diff

src/platformsupport/eglconvenience/qt_egl_p.h

index 615ee4b80a680c720f55dd852875252b7fd109d7..b1495c9f9de8032d1b447375052d5e548599320b 100644 (file)
@@ -83,7 +83,7 @@ struct QtEglConverter<uint32_t, uintptr_t>
     { return v; }
 };
 
-#if Q_PROCESSOR_WORDSIZE > 4
+#if QT_POINTER_SIZE > 4
 template <>
 struct QtEglConverter<uintptr_t, uint32_t>
 {